home *** CD-ROM | disk | FTP | other *** search
- Path: news.iastate.edu!usenet
- From: goeken@iastate.edu (Scott Matthew Goeken)
- Newsgroups: comp.lang.c++
- Subject: Re: Borland C 4.52 & Opening Dialog Boxes
- Date: Wed, 21 Feb 1996 16:46:03 GMT
- Organization: Iowa State University, Ames, Iowa
- Message-ID: <4gfi8e$naq@news.iastate.edu>
- References: <4g9o4v$de8@news.eunet.cz> <4gedfe$b6n@news.iastate.edu>
- NNTP-Posting-Host: welch-roberts07.res.iastate.edu
- X-Newsreader: Forte Free Agent 1.0.82
-
- goeken@iastate.edu (Scott Matthew Goeken) wrote:
-
- >Borivoj Kostka <kostka@tovek.cz> wrote:
-
- >>wiersch@fastlane.net (Albert Wiersch) writes:
- >>> I've noticed a strange problem with my program... Basically, the dialog boxes will open when my program is run with Borland C++ running as
- >>> well, but if I try to run the executable without BC, the dialog boxes won't open. What am I missing?
- >>>
-
- >>>
- >>Try to call EnableBWCC or EnableCtl3d in TApplication
- >>constructor.
-
- >I'm Having the same problem but I'm not using the TApplication just
- >using windowsx.h and windows.h I'm new to windows programming so I
- >could be mistaken.
- >Is there an iniitilization function that I must call?
-
- After doing some reasearch I have found that you need to call the
- function BWCCRegister (hInst); when you create your main window
-
-
- --
- Scott Matthew Goeken goeken@iastate.edu
- http://www.public.iastate.edu/~goeken
-
-